6 MyID Web Services

You can set up logging for the following web services, included as part of the MyID Web Service Architecture:

To set up logging:

  1. In a text editor, open the Log.config file for the component you want to log.

    For MyIDDataSource, this is:

    C:\Program Files\Intercede\MyID\SSP\MyIDDataSource\Log.config

    For MyIDProcessDriver, this is:

    C:\Program Files\Intercede\MyID\SSP\MyIDProcessDriver\Log.config

  2. Set the value of the file node to the output location; for example:

    <file value="C:\logs\MyIDDataSource.log" />

  3. Replace the following line:

    <level value="OFF" />

    with:

    <level value="All" />

  4. Save the file.

Note: You must ensure that the MyID web service user has the necessary permissions to create and write to the log file. You can create a file then give the user write permissions if you prefer not to give the user create permissions.

The log is set to a maximum of 60MB, split over six rolling files.

Important: The log files may contain personal data, including names and addresses. Make sure you delete these logs as soon as possible.